-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade Go version to v1.23 #60
Conversation
Signed-off-by: Maximilian Techritz <[email protected]>
Signed-off-by: Maximilian Techritz <[email protected]>
3afa939
to
ad60328
Compare
Signed-off-by: Maximilian Techritz <[email protected]>
Signed-off-by: Maximilian Techritz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you thought about updating directly to 1.23? It was release a couple of days ago.
Signed-off-by: Maximilian Techritz <[email protected]>
Signed-off-by: Maximilian Techritz <[email protected]>
Signed-off-by: Maximilian Techritz <[email protected]>
Signed-off-by: Maximilian Techritz <[email protected]>
I tried it before, but the linter was complaining. I looked into it and decided now to upgrade to go v1.23 again. I solved all linter issue. |
This PR simply upgrades the Go version in the
go.mod
to 1.23 and introduces to explicitly group all Kubernetes-related package upgrades in one renovate PR.Along with it, linting issue through upgrade to golangci-lint v1.60.1 will be fixed.